MONCLKSTR=DISABLED_THE_MONITO, MSTEN=DISABLED_THE_I2C_MA, SLVEN=DISABLED_THE_I2C_SL, TIMEOUTEN=DISABLED_TIME_OUT_F, MONEN=DISABLED_THE_I2C_MO
Configuration for shared functions.
MSTEN | Master Enable. When disabled, configurations settings for the Master function are not changed, but the Master function is internally reset. 0 (DISABLED_THE_I2C_MA): Disabled. The I2C Master function is disabled. 1 (ENABLED_THE_I2C_MAS): Enabled. The I2C Master function is enabled. |
SLVEN | Slave Enable. When disabled, configurations settings for the Slave function are not changed, but the Slave function is internally reset. 0 (DISABLED_THE_I2C_SL): Disabled. The I2C slave function is disabled. 1 (ENABLED_THE_I2C_SLA): Enabled. The I2C slave function is enabled. |
MONEN | Monitor Enable. When disabled, configurations settings for the Monitor function are not changed, but the Monitor function is internally reset. 0 (DISABLED_THE_I2C_MO): Disabled. The I2C monitor function is disabled. 1 (ENABLED_THE_I2C_MON): Enabled. The I2C monitor function is enabled. |
TIMEOUTEN | I2C bus Time-out Enable. When disabled, timeout flags will be automatically cleared. 0 (DISABLED_TIME_OUT_F): Disabled. Time-out function is disabled. 1 (ENABLED_TIME_OUT_FU): Enabled. Time-out function is enabled. Both types of time-out flags will be generated and will cause interrupts if they are enabled. Typically, only one timeout will be used in a system. |
MONCLKSTR | Monitor function Clock Stretching. 0 (DISABLED_THE_MONITO): Disabled. The monitor function will not perform clock stretching. Software may not always be able to read data provided by the monitor function before it is overwritten. This mode may be used when non-invasive monitoring is critical. 1 (ENABLED_THE_MONITOR): Enabled. The monitor function will perform clock stretching in order to ensure that software can read all incoming data supplied by the monitor function. |
RESERVED | Reserved. Read value is undefined, only zero should be written. |